home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 424_02 / ED-157 / set_size / set_size.csh < prev    next >
Text File  |  1994-03-28  |  174b  |  6 lines

  1. if ( ! $?firsttime ) then
  2.     /usr/local/bin/read_size         # get the terminal's size
  3.     setenv firsttime n
  4. endif
  5. alias ed '/usr/local/bin/ed /usr/local/bin/$TERM.ed ~/ed.setup 0 0'
  6.